home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / chain220.arc / CHAIN.DOC < prev   
Encoding:
Text File  |  1987-03-20  |  5.7 KB  |  136 lines

  1.     
  2.                         CHAIN : File Chain List Program
  3.                            Version 2.20, 20-Mar-1987
  4.                                   SMG Software
  5.  
  6.                            (C) Copyright 1986,1987 by
  7.                                Steven Georgiades
  8.                               All Rights Reserved
  9.  
  10.     
  11.          This program enables the user to easily determine which clusters a 
  12.     specified file occupies.   The first data cluster on every DOS disk  is 
  13.     considered  by DOS to be Cluster #2.   If a file occupies a  number  of 
  14.     contiguous  clusters,  this program will not list each one  separately, 
  15.     but will list them as a range.  
  16.  
  17.  
  18.     Command Format:
  19.  
  20.          CHAIN [d:][path]filename.ext
  21.  
  22.  
  23.     Examples:
  24.  
  25.          CHAIN SAMPLE.BAK  (Will  tell  what  clusters  belong  to the file 
  26.                             SAMPLE.BAK on the current drive in the  current 
  27.                             sub-directory) 
  28.  
  29.          CHAIN A:TEMP      (Will tell what clusters belong to the file TEMP 
  30.                             on  the  currently  selected  sub-directory  of 
  31.                             drive A) 
  32.     
  33.          CHAIN \FRED       (Will tell what clusters belong to the file FRED 
  34.                             in the root directory of the current drive) 
  35.  
  36.  
  37.  
  38.     Revision History:
  39.  
  40.  
  41.          Version 2.00        First Released Version
  42.  
  43.          Version 2.14        Fixed some minor bugs
  44.  
  45.          Version 2.15        Fixed bug  that would cause  erroneous results
  46.                              on an AT with a 30 Meg Hard Disk
  47.  
  48.          Version 2.16        Added Usage Message
  49.  
  50.          Version 2.20        Changed output format and fixed bug that would 
  51.                              cause erroneous  results on  zero-length files 
  52.                              and sub-directories.
  53.  
  54.  
  55. CHAIN, Version 2.20                                                      Page 2
  56.  
  57.  
  58.  
  59.          This software is distributed as ShareWare.  "ShareWare" means that 
  60.     you  are granted free license to use and copy this software as much  as 
  61.     you like, within the following restrictions: 
  62.  
  63.          1).  It  is  distributed  in  its  original,   unmodified  form, 
  64.               including program and documentation. 
  65.  
  66.          2).  No  fee is charged for use,  copying or distribution  (With 
  67.               the exception of nominal "per disk" copying charges, not to 
  68.               exceed $6.00 per disk).  
  69.  
  70.          3).  The  program  may  not  be included  with  other  goods  or 
  71.               services  supplied for a fee,  unless written permission to 
  72.               do so is obtained in advance from the author.  
  73.  
  74.     You are not required to register your shareware,  but if you are  using 
  75.     the  program,   and  find it helpful,  you are  expected  to  register.  
  76.     Registration fees are as follows: 
  77.  
  78.               Full Registration (w/full support) ........ $15.00
  79.               Basic Registration (w/basic support) ...... $10.00
  80.  
  81.     Please make checks payable to Steven M.  Georgiades.  Note that you are 
  82.     not  LEGALLY  obligated  to  register,  but if  you  use  the  software 
  83.     regularly,  you are MORALLY obligated to do so.  Aside from easing your 
  84.     conscience,  basic registration will also get you a diskette containing 
  85.     the  latest  version  of the software (unless you  currently  have  the 
  86.     latest version, in which case I will send you the next major revision), 
  87.     a printed version of the documentation (8-1/2 x 11,  unless you specify 
  88.     6-1/4  x  8-1/2), and basic user support,  which means that I will work 
  89.     with you to resolve problems,  and will do minor customization.    Full 
  90.     registration will get you everything that basic registration does, plus 
  91.     full  user  support,   which includes telephone support and  all  major 
  92.     revisions  of  the  software  for  two (2)   years  from  the  date  of 
  93.     registration.    Fully  registered  users will  also  receive  new  SMG 
  94.     releases  from  time  to time for evaluation.    In  return  for  these 
  95.     evaluations,   the  user  will receive full registration  for  the  new 
  96.     software at no charge.   When you register,  please specify the name of 
  97.     the program, and the version number. 
  98.          Note that no support will be given to unregistered users EXCEPT in 
  99.     the  case of MAJOR bugs which preclude the unregistered user from using 
  100.     the program.  I  will then do my best to resolve these problems so that 
  101.     the user may evaluate the software fully.  
  102.  
  103. CHAIN, Version 2.20                                                      Page 3
  104.  
  105.  
  106.  
  107.  
  108.  
  109.     This program is provided AS  IS  without  any  warranty,  expressed  or 
  110.     implied,  including  but  not  limited  to  fitfulness for a particular 
  111.     purpose.  
  112.  
  113.          If  you have any questions or comments about this or any other SMG 
  114.     program, or if you would like to register any SMG Software, write to me 
  115.     at the following address: 
  116.  
  117.                 Steven M. Georgiades
  118.                 SMG Software
  119.                 701-H South Hayward Street
  120.                 Anaheim, CA  92804
  121.  
  122.     Or leave a message for me on the Circuit Board:
  123.  
  124.                 The Circuit Board RBBS
  125.                 SysOp: Dave Kleinschmidt
  126.                 (714) 778-0948
  127.                 300/1200/2400 Baud, No Fee
  128.  
  129.     All  SMG  Software  is  initially released to the  public  through  the 
  130.     Circuit  Board.   The latest version of any SMG Software can always  be 
  131.     found there.  
  132.  
  133.     A diskette containing all of the latest SMG Software can be obtained by 
  134.     sending a check or money order for $6.00  to the above address.    Make 
  135.     all checks payable to Steven M. Georgiades.  Thank you.  
  136.